home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / gform.1.1 / config.h < prev    next >
Text File  |  1996-02-03  |  983b  |  30 lines

  1. /* 
  2. WEBHOME only needs to be defined if you recieve an error telling
  3. you it needs to be defined !. If so, set WEBHOME to your root HTML
  4. directory where your data files and directories start. 
  5. Same as DirectoryRoot in srm.conf 
  6.  
  7. /* #define WEBHOME "/cwis"
  8. */
  9.  
  10. /* 
  11. Set USERDIR to the users Public HTML directory ( for use with
  12. tilde (~user) home directory expansion used in Public style 
  13. HTML access.  This should be same as "UserDir" in srm.conf.
  14. If USERDIR is undefined, then '~' won't be expanded */
  15.  
  16. #undef USERDIR           /* Default. Don't permit User HTML Dir */
  17. /* #define USERDIR "html"  /* Permit user HTML dir called "html"  */
  18. #define USERDIR "public_html"   /* Users Home Dir, permit user HTML. Risky! */
  19.  
  20. /*
  21. Specify the print command on your system and the switch to 
  22. specify queue eg. /usr/lpr -Pmyprinter  , "myprinter" is specified 
  23. in the HTML form */
  24.  
  25. #define PRINTCMD "/usr/bin/lpr"
  26. #define PRINTQ     "-P"
  27.  
  28. /* Specify your Mailer program */
  29. #define MAILER    "/usr/ucb/mail"
  30.